home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / funcity / paris / CIN.dcr / 00002_—غèºñ{-Mouse Down.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  2.1 KB  |  86 lines

  1. on modechange
  2.   set dx to the mouseH
  3.   set dy to the mouseV
  4.   put dx, dy
  5.   if (dx > 60) and (dx < 85) and ((dy > 200) and (dy < 225)) then
  6.     puppetSound(0)
  7.     go("Matumoto")
  8.     abort()
  9.   end if
  10.   if (dx > 45) and (dx < 65) and ((dy > 110) and (dy < 135)) then
  11.     puppetSound(0)
  12.     go("├¥Γé¼┬¿┼╕├╕ΓÇ║")
  13.     abort()
  14.   end if
  15.   if (dx > 85) and (dx < 110) and ((dy > 90) and (dy < 125)) then
  16.     puppetSound(0)
  17.     go("┬¬┬»┬«")
  18.     abort()
  19.   end if
  20.   if (dx > 155) and (dx < 195) and ((dy > 120) and (dy < 145)) then
  21.     puppetSound(0)
  22.     go("╞ÆΓé¼├ÇΓé¼├ÿ┬║┬É")
  23.     abort()
  24.   end if
  25.   if (dx > 190) and (dx < 225) and ((dy > 165) and (dy < 225)) then
  26.     puppetSound(0)
  27.     go("┼ô┬»┬«├╜")
  28.     abort()
  29.   end if
  30.   if (dx > 90) and (dx < 120) and ((dy > 45) and (dy < 95)) then
  31.     puppetSound(0)
  32.     go("┼áΓé¼├ÿ┼Æ")
  33.     abort()
  34.   end if
  35.   if (dx > 135) and (dx < 175) and ((dy > 150) and (dy < 210)) then
  36.     puppetSound(0)
  37.     go("┬ñ┬┐Γé¼ΓÇ║")
  38.     abort()
  39.   end if
  40.   if (dx > 305) and (dx < 365) and ((dy > 175) and (dy < 215)) then
  41.     puppetSound(0)
  42.     go("├â┬║Γé¼┬┐")
  43.     abort()
  44.   end if
  45.   if (dx > 245) and (dx < 290) and ((dy > 175) and (dy < 205)) then
  46.     puppetSound(0)
  47.     go("┬¬├ù")
  48.     abort()
  49.   end if
  50.   if (dx > 210) and (dx < 250) and ((dy > 40) and (dy < 80)) then
  51.     puppetSound(0)
  52.     go("ΓÇ¥┬╗")
  53.     abort()
  54.   end if
  55.   if (dx > 235) and (dx < 305) and ((dy > 115) and (dy < 165)) then
  56.     puppetSound(0)
  57.     go("┼ôΓÇ║ΓÇó┼╛┬Å")
  58.     abort()
  59.   end if
  60.   if (dx > 335) and (dx < 370) and ((dy > 225) and (dy < 265)) then
  61.     puppetSound(0)
  62.     go("├â┬ü┼╕┬É├╜╞Æ")
  63.     abort()
  64.   end if
  65.   if (dx > 68) and (dx < 111) and ((dy > 168) and (dy < 211)) then
  66.     puppetSound(0)
  67.     go("├ëJ├ë~├à[├ë├£")
  68.     abort()
  69.   end if
  70.   if (dx > 325) and (dx < 351) and ((dy > 134) and (dy < 162)) then
  71.     puppetSound(0)
  72.     go("├á├╖├⌐q├ç├â├¡j")
  73.     abort()
  74.   end if
  75.   if (dx > 210) and (dx < 222) and ((dy > 135) and (dy < 151)) then
  76.     puppetSound(0)
  77.     go("├á├╖├⌐q├ç├â├¡j├çQ")
  78.     abort()
  79.   end if
  80.   if (dx > 313) and (dx < 357) and ((dy > 21) and (dy < 150)) then
  81.     puppetSound(0)
  82.     go("├ëG├ëb├ët├ëF├ë├ú")
  83.     abort()
  84.   end if
  85. end
  86.